PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFNumberFormat Class / getSuffix Method
In This Topic
    getSuffix Method
    In This Topic
    Gets the suffix.
    An empty string indicates that no text shall be added.Default value is a single ASCII SPACE character (0x20).
    Syntax
    public java.lang.String getSuffix()

    Return Value

    Text that shall be concatenated after the label specified by setMeasureUnit method.
    See Also